footer {
  background: url(../../images/box8_1.jpg.png)
}

footer .container {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
  margin-bottom: 180px;
}

.footer_left {
  width: 20%;
}

.footerNavBox {
  width: 72%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.footerEwmBox {
  width: 8%;
}

.footer_content {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.footer_logo {
  margin-bottom: 45px;
}

.footerNavListbox {
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
}

.footerNavListbox p {
  color: #fff;
  font-size: 18px;
}

.footerNavListbox a {
  font-size: 14px;
  color: #cdd5df;
  line-height: 2;
}

.footerEwm span {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #fff;
}

.footer_bottom, .footer_bottom a {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 5;
}

@media screen and (max-width: 992px) and (min-width:0px) {
  footer .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .footerNavBox {
    display: none;
  }

  .footer_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .footer_logo img {
    max-width: 300px;
  }

  .footer_content {
    text-align: center;
  }

  .footerEwmBox {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }

  .footerEwm {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footerEwm img {
    max-width: 125px;
  }

  .footer_bottom, .footer_bottom a {
    font-size: 12px;
    color: #ffffff80;
    line-height: 2;
    padding-bottom: 15px;
  }
}
